home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource5 / 357_01 / cstar1.exe / DEF2.PP < prev    next >
Encoding:
Text File  |  1991-11-15  |  102 b   |  12 lines

  1.  
  2. #define STATS(n)\
  3. #ifdef n\
  4. printf("n = %d", n);\
  5. #endif
  6.  
  7. #define A a
  8.  
  9.  
  10. STATS(A)
  11. STATS(B)
  12.